projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4849eb
)
libotuil: Fix missing #define in header
author
Colin Walters
<walters@verbum.org>
Tue, 6 Mar 2012 13:44:27 +0000
(08:44 -0500)
committer
Colin Walters
<walters@verbum.org>
Tue, 6 Mar 2012 16:59:06 +0000
(11:59 -0500)
src/libotutil/otutil.h
patch
|
blob
|
history
diff --git
a/src/libotutil/otutil.h
b/src/libotutil/otutil.h
index 019fff4537b00a81bf75f6fcf89f233ee79135dc..478026cb788c9db298a56314e6c91f730b90dfb8 100644
(file)
--- a/
src/libotutil/otutil.h
+++ b/
src/libotutil/otutil.h
@@
-21,6
+21,7
@@
*/
#ifndef __OSTREE_UTIL_H__
+#define __OSTREE_UTIL_H__
#define ot_gobject_refz(o) (o ? g_object_ref (o) : o)
#define ot_clear_checksum(c) G_STMT_START { \